SingleNINumericSingleNLogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.LogicalOr(
SingleN value
)
Private Function LogicalOr (
value As SingleN
) As SingleN Implements INumeric(Of SingleN).LogicalOr
private:
virtual SingleN LogicalOr(
SingleN value
) sealed = INumeric<SingleN>::LogicalOr
private abstract LogicalOr :
value : SingleN -> SingleN
private override LogicalOr :
value : SingleN -> SingleN
- value SingleN
- The value with which to compute the logical bitwise OR.
SingleNThe bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)